c# read text file to list string

89

c# read text file to list string -

List<string> lines = System.IO.File.ReadLines(completePath).ToList();

Comments

Submit
0 Comments